home *** CD-ROM | disk | FTP | other *** search
Visual Basic class definition | 1998-04-29 | 796 b | 24 lines |
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- END
- Attribute VB_Name = "clsData"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = False
- Attribute VB_Exposed = False
- Attribute VB_Ext_KEY = "SavedWithClassBuilder" ,"Yes"
- Attribute VB_Ext_KEY = "Top_Level" ,"Yes"
- 'local variable(s) to hold property value(s)
- Public Caption As String 'local copy
- Public Level As Integer 'local copy
- Public Visible As Integer 'local copy
- Public Expanded As Integer 'local copy
- Public VisibleIdx As Long 'local copy
- Public Bookmark As String 'local copy
- Public BmpFileName As String 'local copy
- Public Selected As Integer 'local copy
- Public SyncIdx As Integer 'local copy
- Public ItemData As Long 'local copy
- Public IsParent As Boolean 'local copy
-